@CHARSET "UTF-8";



/*语言版本新增样式 其中toplink样式是在原基础上更改的*/
.top{position: relative;z-index: 99999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 99999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:visited{text-decoration: none;color:#333;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}


/*主体样式*/

.menu_cate{width:205px;float:left;background:#f1e4d8;}
.cate_title{background:url(../images/cate.jpg) no-repeat center;color:#fff;font-size:22px;padding-left:55px;padding-top:20px;height:71px;font-weight:normal;margin-bottom:2px;}
.cate_title span{display:block;font-size:12px;}

/*产品推荐*/
.recommend_product{width:775px;float:right;overflow:hidden}
.recommend_product .title{background:url(../images/product.png) no-repeat 75px center;font-size:16px;color:#57391f;line-height:42px;border-bottom:1px solid #b57c4b;position:relative;}
.recommend_product .title a{position:absolute;right:0;top:0;color:#57391f;font-size:14px;line-height:42px;}
.recommend_product .title a:hover{color:#b57c4b;}
.recommend_product .content{width:789px;margin-top:13px;}
.roll_product li{padding-bottom:0px;}


input {
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1560px;
    margin: 0 auto;
   padding: 0 2%;
   position: relative;
}


/*头部样式*/

#header {
    position: relative;
    background: #50433f;
    padding: 15px 0;
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
}

#header a {
    font-size: 13px;
    color: #fff;
}

.top_phone {
    position: relative;
}

.top_phone li {
    display: inline-block;
    padding-right: 60px;
}

.top_phone li img {
    padding-right: 10px;
}

.logo {
    float: left;
}

@media (max-width:1200px) {
    .x-logo {
        line-height: 80px;
    }
    .x-menu>li>a {
        line-height: 80px;
    }
    .x-sub-menu {
        top: 90px;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*主体样式*/

.c1_index {
    position: relative;
    padding: 3.125% 0;
}

.ttt1 {
    text-align: center;
}

.ttt1 span {
    font-family: "Arial";
    font-size: 24px;
    text-transform: uppercase;
    color: #999999;
}

.ttt1 h3 {
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 1;
    padding: 10px 0;
    background: url(../images/ttt1_h3_bg.png) no-repeat center center;
}

.ttt1 p {
    font-size: 16px;
    color: #999999;
}

.c1_list {
    margin: 2.82291667% 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c1_list li {
    width: 23%;
    position: relative;
}

.c1_list li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .54);
    content: "";
    opacity: 1;
    transition: .3s;
}

.c1_list li:hover::before {
    opacity: 0;
}

.c1_list li a {
    display: block;
}

.c1_list li img {
    width: 100%;
    display: block;
}

.c1_list li .marks {
    width: 280px;
    height: 156px;
    position: absolute;
    top: 50%;
    margin-top: -78px;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    padding-top: 20px;
}

.c1_list li .marks h5 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 20px;
    background: url(../images/xian1.png) no-repeat center bottom;
    color: #fff;
}

.c1_list li .marks h6 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    padding-top: 15px;
}

.c1_list li:hover .marks {
    background: #9f6e45;
    border-radius: 0px;
}

@media (max-width: 1200px) {
    .c1_list li .marks {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}
.prodescription{margin-bottom: 20px;}
@media (max-width: 768px) {
    .c1_list {
        flex-wrap: wrap;
    }
    .c1_list li {
        width: 49%;
        margin-bottom: 2%;
    }
    .c1_list li .marks {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .c1_list li .marks {
        min-height: 156px;
        height: auto;
    }
    .ttt1 span {
        font-size: 18px;
    }
    .ttt1 h3 {
        font-size: 24px;
        padding: 5px 0;
    }
    .ttt1 p {
        font-size: 14px;
    }
    .t1{display: none;}
    .pro_more{display: none;}
    .c1_list li .marks h6{font-size: 14px;padding:15px 3px 0 3px;}
}

@media (max-width: 500px) {
    .c1_list li .marks h5 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .c1_list li .marks h6 {
        font-size: 14px;
        padding-top: 10px;
    }
    .ttt1 h3 {
        background-size: 150%;
    }
}
@media(max-width: 620px){
	.product_detail .list{margin-left: 0;margin-bottom: 15px;}
}

@media(max-width: 1203px){
	.news_detail h3.title_bar,.share{float: none;width: 100%;margin: 0;height: auto;}
	.share{width: 160px;margin: 0 auto;}
}
/* c2_index */

.c2_index {
    position: relative;
}

.c2_contt {
    background: #303030;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c2_left {
    width: 70%;
}

.c2_left li {
    position: relative;
}

.c2_left li a {
    display: block;
}

.c2_left li img {
    width: 100%;
}

.c2_left li .time {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 180px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    background: rgba(0, 0, 0, .54);
    width: 100%;
    padding: 30px;
    padding-right: 180px;
}

.c2_left li .time h3 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 10px;
}

.c2_left li .time span {
    display: block;
    font-size: 14px;
}

.c2_left li .time i {
    font-style: inherit;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 26px;
    width: 180px;
    line-height: 180px;
    height: 100%;
    text-align: center;
    background: #9f6e45;
}

.c2_right {
    width: 30%;
    position: relative;
}

.c2_right li {
    position: relative;
    border-bottom: 1px solid #3c3c3c;
    line-height: 2;
    padding: 5.888% 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 25%;
}

.c2_right li.on {
    background: #9f6e45;
    border-bottom: 1px solid #a9a9a9;
}

.c2_right li h3 {
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(../images/xian2.png) no-repeat center bottom;
    color: #fff;
    font-weight: normal;
}

.c2_right li h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    padding-top: 15px;
    font-weight: normal;
    font-family: "Arial";
}

@media (max-width:1200px) {
    .c2_left li .time {
        height: 150px;
        padding: 20px;
        padding-right: 180px
    }
    .c2_left li .time i {
        line-height: 150px;
    }
    .c2_right li {
        padding: 3.888% 0;
    }
    .c2_right li h3 {
        font-size: 20px;
    }
    .c2_right li h4 {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .c2_contt {
        flex-wrap: wrap;
    }
    .c2_left {
        width: 100%;
    }
    .c2_right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .c2_right li {
        width: 25%;
        height: 100%;
        border-bottom: none;
        padding: 1.888% 0;
    }
}

@media (max-width:768px) {
    .c2_left li .time {
        height: 110px;
        padding-right: 110px;
    }
    .c2_left li .time h3 {
        padding-top: 0px;
        font-size: 18px;
        padding-bottom: 5px;
    }
    .c2_left li .time span {
        font-size: 12px;
    }
    .c2_left li .time i {
        width: 110px;
        line-height: 110px;
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .c2_right li h3 {
        font-size: 16px;
    }
    .c2_right li h4 {
        font-size: 12px;
        line-height: 1.3;
    }
}


/* 关于我们 */

.abb_index {
    position: relative;
    background: #f5f5f5;
    padding: 3.125% 0;
    margin: 3.125% 0;
}

.abb_wap {
    position: relative;
    margin: 2.82291667% 0 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.abbimg {
    width: 40%;
    vertical-align: middle;
    margin: 37px 0;
}

.abbimg img {
    width: 100%;
}

.abb_right {
    width: 60%;
    vertical-align: middle;
    padding: 30px 40px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, .2);
}

.abb_right h3 {
    padding: 20px 0;
    font-size: 24px;
    color: #9f6e45;
    font-weight: normal;
    margin-bottom: 20px;
    background: url(../images/xian3.png) no-repeat left bottom;
}

.abb_right .abb_txt {
    font-size: 14px;
    color: #666666;
    line-height: 2.5;
}

.abb_right .abbmore {
    display: block;
    width: 185px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #9f6e45;
    font-family: "Arial";
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5.125%;
}

@media (max-width:1640px) and (min-width:1200px) {
    .abb_right h3 {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .abb_right .abb_txt {
        line-height: 1.9;
    }
    .abb_right .abbmore {
        margin-top: 3.125%;
    }
}

@media (max-width:1200px) {
    .abb_right {
        padding: 15px 20px;
    }
    .abb_right h3 {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .abb_right .abb_txt {
        line-height: 1.5;
    }
    .abb_right .abbmore {
        margin-top: 3.125%;
        width: 130px;
        line-height: 35px;
    }
}

@media (max-width:992px) {
    .abb_wap {
        flex-wrap: wrap;
    }
    .abbimg,
    .abb_right {
        width: 100%;
    }
    .abb_right .abb_txt {
        line-height: 2;
    }
}


/*我们的优势*/

.you_index {
    position: relative;
    background: url(../images/you_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 2.12291667%;
}

.you_list {
    position: relative;
    padding: 5.125% 0;
    display: flex;
    justify-content: center;
}

.you_list li {
    text-align: center;
    padding: 40px 30px;
    margin: 0 15px;
    float: left;
    width: 25%;
    background: rgba(255, 255, 255, .15);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.you_list li a {
    display: block;
}

.you_list li span {
    display: block;
    height: 80px;
    line-height: 80px;
}

.you_list li span img {
    vertical-align: middle;
}

.you_list li h3 {
    padding: 20px 0;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    background: url(../images/baix.jpg) no-repeat center bottom;
}

.you_list li h4 {
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 2;
}

.you_list li:hover {
    background: #9f6e45;
}

@media (min-width:1470px) {
    .you_list li {
        padding: 60px 20px;
        margin: 0 30px;
    }
}

@media (max-width:1200px) {
    .you_list li {
        padding: 25px 20px;
    }
    .you_list li h3 {
        font-size: 24px;
        padding: 15px 0;
    }
}

@media (max-width:992px) {
    .you_list li {
        margin: 0 10px;
    }
    .you_list li h3 {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media (max-width:768px) {
    .you_list {
        flex-wrap: wrap;
    }
    .you_list li {
        padding: 10px;
        margin: 2% 2%;
        width: 46%;
    }
    .you_list li h3 {
        font-size: 16px;
    }
    .you_list li h4 {
        padding: 10px 0;
        font-size: 12px;
    }
}


/* 新闻中心 */

.news_index {
    position: relative;
    padding: 3.125% 0;
}

.news_list22 {
    margin-top: 2.125%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.news_list22 li {
    position: relative;
    width: 23%;
}

.news_list22 li .toptime {
    padding-bottom: 30px;
    margin-bottom: 20px;
    background: url(../images/lian.png) no-repeat left bottom;
}

.news_list22 li .toptime h3 {
    font-size: 20px;
    display: block;
    color: #333333;
}

.news_list22 li .toptime span {
    display: block;
    font-size: 16px;
    color: #999999;
}

.news_list22 li .newsimg {
    display: block;
}

.news_list22 li .newsimg img {
    width: 100%;
    height: auto;
}

.news_list22 li .time {
    position: relative;
    padding: 30px 0px;
}

.news_list22 li .time h3 {
    font-size: 17px;
    color: rgba(0, 0, 0, .96);
    padding-bottom: 10px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_list22 li .time .info {
    font-size: 13px;
    display: block;
    color: rgba(0, 0, 0, .8);
    margin-top: 10px;
    line-height: 1.7;
    padding-bottom: 25px;
}

.news_list22 li .time .newsmore {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 2.5;
    width: 85px;
    background: #000;
    text-align: center;
}

.news_list22 li:hover .newsmore {
    background: #9f6e45;
}

.news_list22 li:hover .time h3 {
    color: #9f6e45;
}

@media (max-width: 992px) {
    .news_list22 {
        flex-wrap: wrap;
    }
    .news_list22 li {
        width: 48%;
    }
    .news_list22 li .time {
        padding: 20px 0px;
    }
    .news_list22 li .time .info {
        padding-bottom: 10px;
    }
    .news_list22 li .time .newsmore {
        font-size: 12px;
    }
}


/*底部搜索*/

#formsearch2 {
    width: 290px;
    background: url(../images/foot_ss.png) no-repeat center center;
}

#formsearch2 input {
    height: 50px;
    border: none;
    line-height: 50px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}
@media (max-width:768px) {
	.kf,#m_div{display: none!important;}
}


/*------------内页-------------------*/
.n_banner img{width:100%;display: block;}
.left{width:225px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact p.content{padding:5px;}

.right{width:760px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;
font-family:"微软雅黑";font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;font-family:"微软雅黑";}

.right .content{padding:10px;padding-top:15px;overflow:hidden;}



.footer{width:100%;margin-top:6px;position: fixed; z-index: 110;bottom: 0;left: 0;display: none;}
.footer a{-webkit-box-flex: 1;display: -webkit-box; color:#fff;}
.footer span{width:74px; display:block; margin:0 auto; text-align:right; font:400 16px/50px "微软雅黑"; color:#fff; height:50px;}
.footer span.span1{background:url(../images/a111.png) 10px center no-repeat; background-size:23px;}
.footer span.span2{background:url(../images/a222.png) 10px center no-repeat; background-size:23px;}
.footer span.span3{background:url(../images/a333.png) 10px center no-repeat; background-size:23px;}

.ffs{max-width:768px;margin:0 auto;display:-webkit-box;background:#656565;}

@media(max-width: 768px){
.footer{display: block;}
.x-footer{padding-bottom: 60px;}
}

.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hudnjh{
    background: url(../images/sdd.png) no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.jskjh{
    position: absolute;
    top:40px;
    width: 240px;
    background: rgba(255, 255, 255, .4);
    box-sizing: border-box;
    padding: 4px;
    box-sizing: border-box;
    right: 0px;
    display: none;
    z-index: 999;
}
#formsearch1 input{background:#fff;border:1px solid #666666;float:left;width:80%;outline: none;border-right: none;}
#formsearch1 input#keyword{height:35px;line-height:35px;padding-left:4px;color:#666;}
#formsearch1 input#s_btn{width:20%;height:35px;line-height:35px;text-align:center;background:#0044aa;color:#fff;border:none;cursor:pointer;float: right;}

@font-face {
    font-family: 'constan2';
    src:url('../fonts/Microsoft JhengHei UI/msjhl_0.ttc') format('truetype');
}

.icon-left-arrow , .icon-right-arrow{
    display: none;
}
/* 导航样式 */

.x-menu {
    width: 58%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.x-menu>li {
    position: relative;
    width: 12%;
    text-align: center;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 100px;
    
}

.x-menu>li>a:hover {
    color: #0044aa;
    background: url(../images/yy.png) no-repeat center bottom;
}

.x-menu>li.active>a {
    color: #0044aa;
    background: url(../images/yy.png) no-repeat center bottom;
}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150%;
    left: -25%;
    top: 110px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


.nei{
    background: url(../images/nei.jpg) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3% 0;
}
.shuzing{
    background-color: #ffffff;
	border-radius: 5px;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    padding:2.8% 1%;
    margin-top: -9%;
    position: relative;
    z-index: 9;
}
.shuzing li{
    width: 25%;
    text-align: center;
    border-right: #e7e7e7 1px solid;
}
.shuzing li:nth-child(4){
    border-right: none;
}
.shuzing_a{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #0044aa;
}
.shuzing_a span{
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -2px;
}
.shuzing_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}
.changhh{
    margin-top: 3%;
    text-align: center;
}
.changhh_a{
    font-size: 1.8rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #0044aa;
    text-transform: uppercase;
}
.changhh_b{
    font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
}
.changhhf{
    width: 60%;
    margin: 2% auto 0;
    margin-bottom: 2%;
}
.changhhf li{
    width: 19%;
	background-color: #ffffff;
    line-height: 53px;
    text-align: center;
    font-size: 17px;
}
.changhhf li a{
    color: #000;
}
.hunggtyko  li{
    width: 23.5%;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .4);
    margin-bottom: 3%;
}
.hunggtyko  li .img img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gght{
    background:url(../images/n1.png) 95% center no-repeat #e6e6e6;
    line-height: 70px;
    font-size: 16px;
    color: #333333;
    text-indent: 6%;
}
.hunggtyko  li .img{
    overflow:hidden;
}

.com-img{  overflow:hidden;margin:0 auto;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}
.hunggtyko  li:hover .gght{
    background:url(../images/n2.png) 95% center no-repeat #0044aa;
    font-size: 16px;
    color: #333333;
    text-indent: 6%;
}
.hunggtyko  li:hover  a{
    color: #fff;
}

.chanjhu{
    width: 184px;
	background-color: #e6e6e6;
	border-radius: 3px;
    line-height: 46px;
    text-align: center;
    margin: 1% auto 0;
    font-size: 16px;
}
.chanjhu a{
    color: #333333;
}
.chanjhu:hover{
    background-color: #0044aa;
}
.chanjhu:hover a{
    color: #fff;
}
.nei1{
    position: relative;
    overflow: hidden;
    background: url(../images/ngg.png) center center no-repeat;
    background-size: 100% 100%;
}
.hung{
    position: absolute;
    top:0px;
    left: 0px;
    width: 50%;
    overflow: hidden;
}
.hung img{
    width: 100%;
    height: auto;
}
.aghtrt{
    width: 65%;
    background: #fff;
    margin:5% 0;
    box-sizing: border-box;
    padding:6% 3%;
    position: relative;
    z-index: 99;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .4);
}
.aghtrt_a{
    background: url(../images/g1.png) right center no-repeat;
    font-size: 1.8rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #333333;
    text-transform: uppercase;
}
.aghtrt_b{
    font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #333333;
}
.aghtrt_c{
    font-size: 1.4rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 1px;
	color: #0044aa;
    padding-top: 3%;
}
.aghtrt_d{
    font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #c9c9c9;
}
.aghtrt_e{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
    box-sizing: border-box;
    padding: 3% 0;
}
.aghtrt_e a{
    color: #666666;
}

.aghtrt_m{
    width: 186px;
	height: 48px;
	background: url(../images/nn.png) no-repeat;
    line-height: 48px;
    text-indent: 12%;
    text-transform: uppercase;
    font-size: 16px;
    color: #535353;
}
.aghtrt_m a{
    color: #535353;
}
.aghtrt_m:hover{
    background: url(../images/nn1.jpg) no-repeat;
}
.aghtrt_m:hover a{
    color: #fff;
}

.nei2{
    overflow: hidden;
    background: #f6f6f6;
}

.youdnjhle{
    width: 50%;
    box-sizing: border-box;
    padding: 5% 0% 15% 10%;
}
.youdnjhrt{
    width: 50%;
}
.youdnjhrt img{
    width: 100%;
    height: auto;
}
.youdnjhlejj{
    background: url(../images/xx1.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
}
.youdnjhlejj_a{
    font-size: 2.2rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #333333;
}
.youdnjhlejj_a span{
    color: #0044aa;
}
.youdnjhlejj_b{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 2px;
	color: #666666;
}
.youdnjhlekk_a{
    font-size: 1.8rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
    margin-top: 8%;
}
.youdnjhlekk_b{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #9f9f9f;
}
.youdnjhlekk_c{
    width: 72px;
	height: 3px;
	background:#0044aa;
    margin: 2% 0;
}
.youdnjhlekk_d{
    background: url(../images/hg.png) left 10px no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #666666;
    margin-top: 5%;
}


.hunj { position: relative; }
.hunj .youdnjh { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.hunj .youdnjh { opacity: 0; visibility: hidden; transition: all .5s ease; }
.hunj .youdnjh.on { position: static; opacity: 1; visibility: visible; }

.hudnjhss{
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 100%;
    background: url(../images/hh.png) center center no-repeat;
    box-sizing: border-box;
    padding: 3% 2% 3% 2%;
    background-size: 100% 100%;
    z-index: 999;
}
.hudnjhss li{
    width: 25%;
    text-align: center;
    border-right: #e3e3e3 1px solid;
}
.hudnjhss li:nth-child(4){
    border-right: none;
}
.hudnjh_img{
    width: 40%;
    margin: 0 auto;
    height: 43px;
}
.hudnjh_img img{
    max-width: 100%;
    height: auto;
}
.hudnjh_a{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
    margin-top: 2%;
}
.hudnjh_b{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #c8c8c8;
}

.hudnjhss  li:hover .hudnjh_a, .hudnjhss  li.on .hudnjh_a{
    position: relative;
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.hudnjhss  li:hover a, .hudnjhss  li.on a {
    color: #333333;
}

.hudnjhss  li:hover .hudnjh_img img, .hudnjhss  li.on .hudnjh_img img{
    filter: invert(63%) sepia(72%) saturate(6251%) hue-rotate(184deg) brightness(82%) contrast(232%);
}


.nei3{
    padding: 1% 0;
    overflow: hidden;
}
.hinhfdf{
    width: 60%;
    margin: 1% auto 0;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
}
.hdisnhghf  li{
    width: 25%;
    position: relative;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
}
.hdisnhghf_img img{
    width: 100%;
    height: auto;
}
.hdisnhghf{
    margin-top:1.2%;
}
.hdisnhghf  li:hover .hdisnhghfnei{
   opacity: 1;
   transition: all 0.6s ease;
}
.hdisnhghfnei{
    position: absolute;
    top: 10%;
    width: 80%;
    left: 10%;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    padding: 6%;
    color: #fff;
    text-align: center;
    height: 80%;
    opacity: 0;
    transition: all 0.6s ease;
}
.hdisnhghfnei_a{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 4%;
}
.hdisnhghfnei_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 4%;
}
.hdisnhghfnei_m{
    background: url(../images/hg1.png) center center no-repeat;
    width: 54px;
    height: 54px;
    margin: 6% auto 0;
}

.hdisnhghf  li .com-img{  overflow:hidden;margin:0 auto;}
.hdisnhghf  li .com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.hdisnhghf  li:hover .com-img img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.nei4{
    box-sizing: border-box;
    overflow: hidden;
}
.ronhuhj{
    overflow: hidden;
    padding-bottom: 2%;
}
.rongyu{
    margin-top: 2%;
    position: relative;
}
.swiphxt{
    position: absolute;
    top: 40%;
    right: -4%;
    background: url(../images/k1.png) no-repeat;
    width: 49px;
    height: 77px;
    background-size: 100% 100%;
    z-index: 99;
}
.swiphxt:hover{
    background: url(../images/k3.png) no-repeat;
}
.swipggv:hover{
    background: url(../images/k2.png) no-repeat;
}
.swipggv{
    position: absolute;
    top: 40%;
    left: -4%;
    background: url(../images/k.png) no-repeat;
    width: 49px;
    height: 77px;
    background-size: 100% 100%;
    z-index: 99;
}

.nei5{
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 1% 0;
    overflow: hidden;
    margin-top: 2%;
}
.xffinjh{
    margin: 1.5% auto 0;
    width: 30%;
    margin-bottom: 2%;
}
.xffinjh li{
    width: 32%;
    text-align: center;
    line-height: 43px;
	background-color: #e5e5e5;
    font-size: 17px;
}
.xffinjh li a{
    color: #000;
}
.hudsnjhle{
    width: 68%;
}
.hudsnjher{
    width: 30%;
}
.hudsnjhle li{
    width: 48%;
}
.hudsnjhle li:hover .hudsnjhlene_a{
    color: #0044aa;
    font-weight: 600;
}

.hudsnjhlene{
    box-sizing: border-box;
    padding: 4% 2%;
}
.hudsnjhlene_a{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
    text-align: left;
}
.hudsnjhlene_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #888888;
    text-align: left;
}
.hudsnjhlene_m{
    text-align: left;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #888888;
    margin-top: 8%;
}
.hudsnjhle_img img{
    width: 100%;
    height: auto;
}
.hdisnjh{
    font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
    background: url(../images/tt.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: left;
}
.sjisnjhj{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #999999;
    text-align: left;
}
.dosdkj{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #999999;
    text-align: left;
}
.picMarquee-top .bd .picList li{
    border-bottom: #edf0ef 2px solid;
    box-sizing: border-box;
    padding: 1% 0;
    height: 118px!important;
}
.picMarquee-top .bd .picList li:hover .hdisnjh{
   color: #0044aa;
   font-weight: 600;
}


.hhjuiyu { position: relative; }
.hhjuiyu .hudsnjh { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.hhjuiyu .hudsnjh { opacity: 0; visibility: hidden; transition: all .5s ease; }
.hhjuiyu .hudsnjh.on { position: static; opacity: 1; visibility: visible; }



.xffinjh li:hover, .xffinjh li.on {
    background: #0044aa;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.xffinjh li:hover a, .xffinjh li.on a {
    color: #fff;
}


.changhhf  li:hover, .changhhf  li.on {
    background: #0044aa;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.changhhf  li:hover a, .changhhf  li.on a {
    color: #fff;
}
.hhutyle{
    width: 30%;
    background: url(../images/ggh.png) right center no-repeat;
}
.hhutyle_a{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.hhutyle_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-top: 3%;
}
.gehg{
    margin-top: 3%;
}
.hhutygf{
    width:48%;
}
.erinjf{
    width: 10%;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #7c7c7c;
    text-align: center;
}
.erinjf img{
    max-width:100%; height:auto !important;width:auto !important;
}
.hhung{
    border-top: #323232 1px solid;
    margin: 2% 0;
}
.bdinjh{
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #7c7c7c;
}
.bdinjh a{
    color: #7c7c7c;
}
.f_link{
    color: #7c7c7c;
    text-align: center;
}
.f_link a{
    color: #7c7c7c;
}
.hdisnqg  img{
    width: 100%;
    height: auto;
}

.hungssdfdf{
    padding: 1% 0;
}



/* 内页左侧导航栏样式 */

.hungssdfdf .xypg-left-nav {
    margin: 0 -1px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hungssdfdf .xypg-left-nav>li {
    position: relative;
    border-bottom: none;
    margin: 0 2%;
}

.hungssdfdf .xypg-left-nav>li:last-child {
    border-bottom: none;
}

.hungssdfdf .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #2e2e2e;
    padding: 0px;
}

.hungssdfdf .xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
    display: none;
}

.hungssdfdf .xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.hungssdfdf .xypg-left-nav>li:hover>a,
.hungssdfdf .xypg-left-nav>li.clicked>a {
    color: #ba9376;
}

.hungssdfdf .xypg-left-nav>li:hover .first-nav-btn,
.hungssdfdf .xypg-left-nav>li.clicked .first-nav-btn {
    color: #ba9376;
}

.hungssdfdf .xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.hungssdfdf .xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.hungssdfdf .xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.hungssdfdf .xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: #ba9376;
}

.hungssdfdf .xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: #ba9376;
}

.hungssdfdf .xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.hungssdfdf .xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '2014   ';
}

.hungssdfdf .xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: #ba9376;
}

.hungssdfdf .xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: #ba9376;
}

@media (max-width: 990px) {
    .hungssdfdf .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
    .hung img{
        max-width:100%; height:auto !important;width:auto !important;
    }
}


.x-layout {
    position: relative;
    background: #1c1c1c;
    padding: 4.16666667% 0 1.16666667%;
}

.x-layout .row {
    padding-bottom: 5.16666667%;
}

.x-layout-logo {
    margin-bottom: 20px;
}

.x-layout-desc {
    position: relative;
    margin-top: 50px;
}

.foot_lian dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 1.43em;
    font-weight: normal;
}

.x-layout-contact {
    margin-top: 0px;
}

.x-layout-contact p {
    margin-bottom: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.7;
    padding-bottom: 5px;
}

.x-layout-contact strong {
    display: block;
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
}

.x-layout-contact a {
    color: #fff;
}

@media (min-width:992px){

    .foot_lian{
        margin-top: 20px;
    }
}

.x-layout-menu dl {
    float: left;
    width: 24%;
    text-align: left;
}

.x-layout-menu dl dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 1.43em;
    font-weight: normal;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 13px;
    color: #7c7c7c;
    line-height: 2.5;
}
.x-layout-menu dl dd:hover a{
color:#0044aa;
}
.x-layout-ewm {
    text-align: center;
    margin-top: 20px;
}

.x-layout-ewm img {
    max-width: 100%;
}

.x-layout-ewm p {
    font-size: 12px;
    font-weight: 100;
    line-height: 1.7;
    color: rgba(255, 255, 255, 1);
    margin: 15px 0 0 0;
}

.x-footer {
    background: #0d0d0d;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: #666666;
    line-height: 1.9;
}

.x-footer a {
    color: #666666;
}

.x-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
    float: left;
}

.x-region {
    float: right;
}

.link_index {
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
}

.link_index a {
    font-size: 14px;
    color: #fff;
    padding-right: 10px;
}

@media (max-width:1200px) {
    .x-copyright {
        float: none;
        text-align: center;
    }
    .x-region {
        float: none;
        text-align: center;
    }
}














@media(max-width:1600px){
    .shuzing_a span{
        font-size: 2.5rem;
    }
    .changhh_a{
        font-size: 1.6rem;
    }
    .changhh_b{
        font-size: 1.3rem;
    }
    .aghtrt{
        margin: 2% 0;
        padding: 3%;
    }
    .aghtrt_a{
        font-size: 1.6rem;
    }
    .aghtrt_b{
        font-size: 1.4rem;
    }
    .aghtrt_c{
        font-size: 1.3rem;
    }
    .youdnjhlejj_a{
        font-size: 2rem;
    }
    .youdnjhlekk_a{
        font-size: 1.6rem;
    }
    .youdnjhlekk_d{
        font-size: 15px;
    }
    .youdnjhle{
        padding: 5% 5% 15% 5%; 
    }
}



@media(max-width:1500px){
    .shuzing_a span{
        font-size: 2.3rem;
    }
    .changhh_a{
        font-size: 1.4rem;
    }
    .changhh_b{
        font-size: 1.2rem;
    }
    .aghtrt{
        margin: 2% 0;
        padding: 3%;
    }
    .aghtrt_a{
        font-size: 1.5rem;
    }
    .aghtrt_b{
        font-size: 1.3rem;
    }
    .aghtrt_c{
        font-size: 1.1rem;
    }
    .youdnjhlejj_a{
        font-size: 1.8rem;
    }
    .youdnjhlekk_a{
        font-size: 1.5rem;
    }
    .youdnjhlekk_d{
        font-size: 15px;
    }
    .youdnjhle{
        padding: 5% 5% 15% 5%; 
    }
    .swipggv{
        left: 0px;
    }
    .swiphxt{
        right: 0px;
    }
}


@media(max-width:1440px){
    .shuzing_a span{
        font-size: 2.1rem;
    }
    .changhh_a{
        font-size: 1.2rem;
    }
    .changhh_b{
        font-size: 1.1rem;
    }
    .aghtrt{
        margin: 2% 0;
        padding: 3%;
    }
    .aghtrt_a{
        font-size: 1.3rem;
    }
    .aghtrt_b{
        font-size: 1.2rem;
    }
    .aghtrt_c{
        font-size: 1rem;
    }
    .youdnjhlejj_a{
        font-size: 1.6rem;
    }
    .youdnjhlekk_a{
        font-size: 1.3rem;
    }
    .youdnjhlekk_d{
        font-size: 15px;
    }
    .youdnjhle{
        padding: 5% 5% 15% 5%; 
    }
    .changhhf li{
        font-size: 15px;
    }
    .gght{
        font-size: 15px;
        line-height: 60px;
    }
    .hudnjh_a{
        font-size: 22px;
    }
    .hdisnjh{
        font-size: 16px;
    }
    .hdisnjh{
        font-size: 16px;
    }
}




@media(max-width:1366px){
    .shuzing_a span{
        font-size: 2rem;
    }
    .changhh_a{
        font-size: 1.1rem;
    }
    .changhh_b{
        font-size: 1rem;
    }
    .aghtrt{
        margin: 2% 0;
        padding: 3%;
    }
    .aghtrt_a{
        font-size: 1.2rem;
    }
    .aghtrt_b{
        font-size: 1.1rem;
    }
    .aghtrt_c{
        font-size: 1rem;
    }
    .youdnjhlejj_a{
        font-size: 1.4rem;
    }
    .youdnjhlekk_a{
        font-size: 1.2rem;
    }
    .youdnjhlekk_d{
        font-size: 14px;
    }
    .youdnjhle{
        padding: 5% 5% 15% 5%; 
    }
    .changhhf li{
        font-size: 14px;
    }
    .gght{
        font-size: 14px;
        line-height: 60px;
    }
    .hudnjh_a{
        font-size: 20px;
    }
    .hdisnjh{
        font-size: 15px;
    }
    .hdisnjh{
        font-size: 15px;
    }
}


@media(max-width:1200px){
    .dosdkj{
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    .hudsnjhlene_a{
        font-size: 16px;
    }
    .x-menu>li>a{
        font-size: 15px;
    }
    .x-header-right{
        margin-top: 24px;
    }
    .aghtrt_c{
        padding-top: 0px;
    }
    .aghtrt {
        margin: 2% 0;
        padding: 2%;
    }
    .youdnjhlejj_b{
        font-size: 20px
    }
    .youdnjhle {
        padding: 3% 3% 15% 3%;
    }
    .hdisnhghfnei_b{
        font-size: 12px;
        line-height: 22px;
    }
    .hdisnhghfnei_m{
        display: none;
    }
}


@media(max-width:1024px){
    .changhhf{
        width: 95%;
    }
    .shuzing_a{
        font-size: 14px;
        line-height: 40px;
    }
    .shuzing_a span{
        margin-right: 2%;
    }
    .changhh_a{
        font-size: 20px;
        line-height: 35px;
    }
    .changhh_b{
        font-size: 18px;
        line-height: 28px;
    }
    .aghtrt_a{
        font-size: 20px;
        line-height: 35px;
    }
    .aghtrt_b{
        font-size: 16px;
        line-height: 30px;
    }
    .aghtrt_c{
        font-size: 16px;
        line-height: 30px;
    }
    .aghtrt_e{
        font-size: 14px;
        line-height: 26px;
    }
    .aghtrt_m{
        font-size: 15px;
    }
    .youdnjhlejj_b {
        font-size: 18px;
    }
    .youdnjhlekk_b{
        font-size: 16px;
        line-height: 40px;
    }
    .youdnjhlekk_d {
        font-size: 12px;
    }
    .hudnjh_a {
        font-size: 17px;
        line-height: 35px;
    }
    .hinhfdf{
        width: 95%;
        font-size: 14px;
    }
    .xffinjh{
        width: 50%;
    }
    .hudsnjhlene_a{
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
}


@media(max-width:992px){
    .shuzing_a span{
        font-size: 30px;
    }
    .shuzing_b{
        font-size: 14px;
    }
    .gght{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .gght{
        background: #e6e6e6;
    }
    .hung{
        position: relative;
        width: 100%;
    }
    .aghtrt{
        width: 100%;
    }
    .youdnjhlejj_a{
        font-size: 25px;
    }
    .youdnjhlejj_b {
        font-size: 16px;
    }
    .youdnjhle{
        width: 100%;
        padding: 3%;
    }
    .youdnjhrt{
        width: 100%;
    }
    .youdnjhlekk_a{
        font-size: 20px;
        margin-top: 0px;
    }
    .youdnjhlekk_d{
        margin-top: 1%;
    }
    .hudnjh_a {
        font-size: 15px;
        line-height: 31px;
    }
    .hdisnhghfnei_b{
        height: 50px;
        overflow: hidden;
    }
    .hdisnhghfnei_a{
        font-size: 16px;
    }
    .hudsnjhle{
        width: 100%;
    }
    .hudsnjher{
        width: 100%;
    }
    .x-layout{
        padding-bottom: 12%;
    }
}


@media(max-width:500px){
    .shuzing_a span {
        font-size: 20px;
    }
    .shuzing li{
        width: 50%;
    }
    .shuzing_a{
        line-height: 30px;
    }
    .changhh_a {
        font-size: 18px;
        line-height: 30px;
    }
    .changhh_b {
        font-size: 16px;
        line-height: 28px;
    }
    .changhhf li{
        width: 49%;
        margin-bottom: 2%;
        line-height: 40px;
    }
    .hunggtyko li{
        width: 48%;
    }
    .youdnjhlejj_a {
        font-size: 20px;
    }
    .youdnjhlekk_d{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .hudnjhss li{
        width: 50%;
    }
    .hudnjhss{
        background: #fff;
        position: relative;
    }
    .hdisnhghf li{
        width: 50%;
    }
    .xffinjh{
        width: 100%;
    }
    .xffinjh li{
        font-size: 14px;
    }
    .hudsnjhle li{
        width: 100%;
    }
    .hhutygf{
        display:none;
    }
    .hhutyle{
        width: 100%;
    }
    .erinjf{
       width: 50%;
       
    }
   
}